Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Hot Spot Types

QuickTime VR provides the following constants to specify the type of a hot spot:

enum {
    kQTVRHotSpotLinkType                            = 'link',
    kQTVRHotSpotURLType                             = 'url ',
    kQTVRHotSpotUndefinedType                       = 'undf'
};

Constant descriptions

k QTVR HotSpotLinkType
A link hot spot.
kQTVRHotSpotURLType
A URL (Universal Resource Locator) hot spot.
k QTVR HotSpotUndefinedType
An undefined hot spot type.

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |